home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Systemmonitors / TaskY / Source / sprintf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-27  |  155 b   |  6 lines

  1. #ifndef SPRINTF_H
  2. #define SPRINTF_H
  3. /* prototype for Sprintf defined in sprintf.asm */
  4. void __stdargs SPrintf(char *, char *, ...);
  5. #endif /* SPRINTF_H */
  6.